home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / lib / perl5 / Pango / LayoutLine.pod < prev    next >
Text File  |  2009-05-09  |  967b  |  84 lines

  1. =head1 NAME
  2.  
  3. Pango::LayoutLine - a line in a Pango::Layout
  4.  
  5. =cut
  6.  
  7. =head1 HIERARCHY
  8.  
  9.   Glib::Boxed
  10.   +----Pango::LayoutLine
  11.  
  12.  
  13.  
  14. =cut
  15.  
  16. =for object Pango::LayoutLine - a line in a Pango::Layout
  17.  
  18. =cut
  19.  
  20.  
  21.  
  22.  
  23. =head1 METHODS
  24.  
  25. =head2 (ink_rect, logical_rect) = $line->B<get_extents>
  26.  
  27. =head2 (ink_rect, logical_rect) = $line->B<get_pixel_extents>
  28.  
  29.  
  30.  
  31. =head2 x_pos = $line-E<gt>B<index_to_x> ($index_, $trailing)
  32.  
  33. =over
  34.  
  35. =item * $index_ (integer) 
  36.  
  37. =item * $trailing (boolean) 
  38.  
  39. =back
  40.  
  41. =head2 list = $line-E<gt>B<get_pixel_extents> 
  42.  
  43. =head2 list = $line-E<gt>B<get_x_ranges> ($start_index, $end_index)
  44.  
  45. =over
  46.  
  47. =item * $start_index (integer) 
  48.  
  49. =item * $end_index (integer) 
  50.  
  51. =back
  52.  
  53. =head2 list = $line-E<gt>B<x_to_index> ($x_pos)
  54.  
  55. =over
  56.  
  57. =item * $x_pos (integer) 
  58.  
  59. =back
  60.  
  61.  
  62.  
  63. =cut
  64.  
  65.  
  66. =head1 SEE ALSO
  67.  
  68. L<Pango>, L<Glib::Boxed>
  69.  
  70.  
  71. =cut
  72.  
  73.  
  74. =head1 COPYRIGHT
  75.  
  76. Copyright (C) 2003-2008 by the gtk2-perl team.
  77.  
  78. This software is licensed under the LGPL.  See L<Pango> for a full notice.
  79.  
  80.  
  81.  
  82. =cut
  83.  
  84.